home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / oops.arc / OOPS.DOC < prev   
Encoding:
Text File  |  1986-08-17  |  434 b   |  22 lines

  1. OOPS.DOC
  2.  
  3.  
  4. OOPS.COM will retrieve basic(a) files lost when you return to 
  5.          DOS without saving the program.
  6.  
  7. To try it out, enter basic or basica, type a couple of lines of 
  8. code, return to DOS, and type OOPS.  The 'lost' code will be saved
  9. into a file called  %SAVED.BAS
  10.  
  11.  
  12.        xx>BASICA
  13.  
  14.        10 rem this is a line of code
  15.        20 x=x+1 'and so is this
  16.        30 end
  17.  
  18.        system
  19.  
  20.        >OOPS
  21.  
  22.